home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
constructrokusho.swf
/
scripts
/
DefineButton2_158
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2001-11-29
|
429b
|
19 lines
on(press){
stopDrag();
if(_droptarget eq "/bot/head" or _droptarget eq "/bot/left arm" or _droptarget eq "/bot/right arm" or _droptarget eq "/bot/legs" or _droptarget eq "/bot/table")
{
tellTarget("/bot/right arm")
{
gotoAndStop(2);
}
tellTarget("/")
{
setProperty("/rokusho right", _visible, "0");
}
}
else
{
gotoAndPlay(5);
}
}